home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / FD220.TXT < prev    next >
Text File  |  1993-09-09  |  5KB  |  193 lines

  1.            ┌────────────────────────────────────────────┐
  2.            │┌──────────────────────────────────────────┐│
  3.            ││How to use a fax modem with frontdoor 2.20││
  4.            │└──────────────────────────────────────────┘│
  5.            └────────────────────────────────────────────┘
  6.  
  7. This document was prepared by:
  8.  
  9. Mark Kerr @ 2:443/59, 2:443/60(fax) fidonet
  10.  
  11.  
  12. This is a functional setup for fd 2.20 and a supra v32bis faxmodem with 1.71
  13. roms.
  14.  
  15.  
  16. Fossil is BNU 1.70 locked at 57600   copyright David Nugent
  17. BGFAX is 1.00beta5                   copyright B. J. Guillot
  18. XRobot is 3.01 for dos               copyright Joaquim Homrighausen
  19. Zfax is 2.23                         copyright Zyxel Corporation
  20.  
  21. This setup will receive faxes using bgfax as a rearend, xrobot to create
  22. the netmail and zfax to view the fax.
  23.  
  24.  
  25. Any ideas for improvements, queries, modifications should be forwarded to
  26. the author via netmail for consideration..
  27.  
  28.    ┌─────────┐
  29.    │IMPORTANT│
  30.    └─────────┘
  31.  
  32.  
  33. This setup works for me, however it is strongly recommended that you read
  34. fully the documentation for all the products involved!!!!!!!!
  35.  
  36.    ┌──────────────────────────────────┐
  37.    │SETTING UP - the interesting bit..│
  38.    └──────────────────────────────────┘
  39.  
  40. I have set the received fax dir as d:\zfax\rcv
  41. bgfax is on the c: drive which is a ramdisk
  42.  
  43.    ┌───────┐
  44.    │FDSETUP│
  45.    └───────┘
  46.  
  47.  MAILER/FAX
  48.  
  49. RcvdFiles D:\ZFAX\RCV\
  50. Recipient Mark Kerr
  51. Print     No   (or Yes :-)
  52. Printer   d:\zfax\zfax.com 2 =F
  53.  
  54.  MAILER/ERRORLEVELS
  55.  
  56. Fax             254
  57. Received mail   200
  58. Create BAT.file Yes
  59.  
  60.  
  61.  EDITOR/FAX
  62.  
  63. Viewer     d:\zfax\zfax.com 4 =F
  64. Automatic  Yes
  65. Remove     No
  66.  
  67.  MODEM/HARDWARE
  68.  
  69. Serial port                   2
  70. Locked port                   Yes
  71. Maximum baudrate              Fixed
  72. Reset modem to connect speed  Yes
  73. Lower DTR when busy           Yes
  74. Lower DTR to terminate call   Yes
  75. Toggle DTR before dialing     Yes
  76. Carrier detect mask (CDMASK)  128
  77.  
  78.  
  79.  MODEM/CONNECT MESSAGES
  80.  
  81. Fax         FAX
  82.  
  83.  
  84.  MODEM/COMMAND STRINGS
  85.  
  86. Escape code    +++
  87. Return on-line ~ATO|
  88. Onhook         ATH0|
  89. Offhook        ~ATH1|
  90. Dial           ATDT
  91. ├─Prefix
  92. └─Suffix       |
  93. Delay          5
  94. Init-1         ATZ|
  95. Init-2         AT+FAA=1+FCR=1|
  96. Init-3         AT+FLID="Your Name Here....."+FDCC=1,5|
  97. Down           ATH1|
  98. Reset          ATz|
  99.  
  100.  MODEM/ANSWER CONTROL
  101.  
  102. Manual answer Yes
  103. Force answer  AT+FAA=1;A|
  104. Answer delay  5
  105. Enable LDFRS  No
  106.  
  107.  MODEM/FAX
  108.  
  109. Internal No
  110.  
  111.   ┌────────────────────────────────────────┐
  112.   │RELEVANT PORTIONS OF THE MAIN BATCH FILE│
  113.   └────────────────────────────────────────┘
  114.  
  115. if errorlevel 254 goto FAX
  116.  
  117. :FAX
  118.  
  119.    c:\bgfax.exe /FAX d:\zfax\rcv 2 z
  120.    if errorlevel 4 call d:\zfax\rcv\doprint
  121.    goto START
  122.  
  123.   ┌───────────────────────────────────┐
  124.   │SAMPLE DOPRINT.BAT CREATED BY BGFAX│
  125.   └───────────────────────────────────┘
  126.  
  127. D:\ZFAX\RCV\EXEPRINT.BAT D:\ZFAX\RCV\FAX0004.ZFX
  128.  
  129.   ┌───────────────┐
  130.   │MY EXEPRINT.BAT│
  131.   └───────────────┘
  132.  
  133. d:\fd\xrdos send /f%1 /r2:000/000 /n3 /mb+
  134.  
  135. Here I use XRobot 301 for dos to send me the notification of a fax
  136. /F%1 uses the second part of bgfax's dofax.bat to find the file
  137. /r   is your address
  138. /n3  is user number 3 in my fdsetup (called "FAX")
  139. /mb+ sets the fax attach msg attribute
  140.  
  141.   ┌─────────────────────────────────────────────┐
  142.   │POSSIBLE EXEPRINT.BAT TO ALLOW FAX FORWARDING│
  143.   └─────────────────────────────────────────────┘
  144.  
  145. d:\fd\xrdos send /f%1 /r2:000/000 /n3 /mb+
  146. c:\bgfax /send %1 232 343 5566
  147.  
  148. this would announce the fax in your netmail folder, then attempt to
  149. forward the fax to 232 343 556 using the information in your bgfax.cnf
  150. file.
  151.  
  152.   ┌──────────────┐
  153.   │MY SUPRA SETUP│
  154.   └──────────────┘
  155.  
  156. AT&V
  157. ACTIVE PROFILE:
  158. B1 E1 L3 M1 N1 Q0 T V1 W2 X4 Y0 %C1 %E1 %G1 \N3 &C1 &D2 &K3 &Q5 &R0 &S0 &X0 &Y0
  159. S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002 S07:050 S08:002 S09:000
  160. S10:014 S11:048 S12:050 S18:000 S23:063 S25:005 S26:001 S36:007 S37:000 S38:020
  161. S40:071 S46:138 S48:007 S95:003 S109:062 S110:002
  162.  
  163.  
  164.   ┌────────┐
  165.   │ HISTORY│
  166.   └────────┘
  167.  
  168.  
  169. Updated 09/09/93
  170.  
  171.    bgfax now supports fax transmission from the commandline (beta 5)
  172.    adding a suitable command to your exeprint.bat should allow the
  173.    received fax to be retransmitted/forwarded if you wish. Possible
  174.    uses could be if you are expecting an important an important fax
  175.    and will not be at your machine but at another location with a
  176.    suitable fax. The problem is all faxes received until your return
  177.    would be forwarded, unless you modified or changed the batchfile
  178.    remotely.
  179.    This requires that you edit the bgfax.cnf file to suit your modem
  180.    and set an environment variable to point at its location. Full
  181.    details of this can be found in the bgfax documentation.
  182.  
  183. Updated 25/8/93
  184.  
  185.    bgfax now makes a doprint.bat which calls exeprint.bat
  186.    with beta 02      dofax.bat               exefax.bat
  187.  
  188.  
  189. Known Bugs
  190.  
  191.    xrobot doesn't recognize the $task$ in the fd logname.
  192.  
  193.